Ends object creation and makes it ready to be displayed.
public void MemoryEfficientEnd(
float[] imageOrientation,
Point2D pixelSpacing,
float sliceThickness
)
Public Overloads Sub MemoryEfficientEnd( _
ByVal imageOrientation() As Single, _
ByVal pixelSpacing As Leadtools.Medicalviewer.Point2D, _
ByVal sliceThickness As Single _
)
public:
void MemoryEfficientEnd(
array<float>^ imageOrientation,
Leadtools.Medicalviewer.Point2D pixelSpacing,
float sliceThickness
)
imageOrientation
Orientation of the image. Get this value from the DICOM file.
pixelSpacing
The spacing between pixels. Get this value from the DICOM file.
sliceThickness
The spacing between two successive frames.
This function is used when a series of frames are un-sorted or are sorted based on their instance number or capturing time.
For an example, refer to Medical3DObject
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET